Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / RunSynchronously Property

In This Topic
    RunSynchronously Property (C1SortDataCollection<T>)
    In This Topic
    Gets or sets whether the sorting is performed synchronously.
    Syntax
    'Declaration
     
    
    Public Property RunSynchronously As Boolean
    public bool RunSynchronously {get; set;}
    See Also